home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / komunikace / k-ninja / setup-kninja_v2.exe / {app} / defaults / profile / user.js < prev   
Text File  |  2006-06-18  |  2KB  |  50 lines

  1. /* ANY CHANGES WILL TAKE EFFECT AFTER K-MELEON IS RESTARTED */
  2.  
  3.  
  4.  
  5. /* ---- CHANGE THIS PREF TO 'FALSE' TO HIDE THE MENU BAR ---- */
  6.  
  7. user_pref("kmeleon.toolband.Menu.visibility", false);
  8.  
  9.  
  10.  
  11. /* ---- CHANGE THIS PREF TO 'FALSE' TO HIDE THE THROBBER ---- */
  12.  
  13. user_pref("kmeleon.toolband.Throbber.visibility", true);
  14.  
  15.  
  16.  
  17. /* ---- CHANGE THE URL BAR TITLE WITH THIS PREF ---- */
  18.  
  19. user_pref("kmeleon.display.URLbarTitle", "");
  20.  
  21.  
  22. /* --- CHANGE LAYER BUTTON SIZE -- */
  23. user_pref("kmeleon.plugins.layers.maxWidth", 35);
  24. user_pref("kmeleon.plugins.layers.minWidth", 5);
  25.  
  26. /* --- NETWORK SETTINGS --- */
  27. user_pref("network.http.pipelining", true);
  28. user_pref("network.http.proxy.pipelining", true);
  29. user_pref("network.http.pipelining.firstrequest", true);
  30. user_pref("network.http.pipelining.maxrequests", 35);
  31. user_pref("network.http.keep-alive", false);
  32. user_pref("network.http.proxy.keep-alive", false);
  33. user_pref("network.http.sendRefererHeader", 0);
  34. user_pref("browser.cache.disk.capacity", 10240);
  35. user_pref("browser.cache.memory.capacity", 65536);
  36. user_pref("nglayout.initialpaint.delay", 750);
  37. user_pref("browser.cache.disk_cache_ssl", true);
  38. user_pref("browser.xul.error_pages.enabled", true);
  39. user_pref("content.interrupt.parsing", true);
  40. user_pref("content.max.tokenizing.time", 3000000);
  41. user_pref("content.maxtextrun", 8191);
  42. user_pref("content.notify.backoffcount", 5);
  43. user_pref("content.notify.interval", 750000);
  44. user_pref("content.notify.ontimer", true);
  45. user_pref("content.switch.threshold", 750000);
  46. user_pref("network.http.max-connections", 32);
  47. user_pref("network.http.max-connections-per-server", 8);
  48. user_pref("network.http.max-persistent-connections-per-proxy", 8);
  49. user_pref("network.http.max-persistent-connections-per-server", 4);
  50. user_pref("network.http.pipelining.maxrequests", 8);